FolderItem.OpenAsBinaryFile Method

Opens the FolderItem passed to be read as a binary file. If ReadWrite is True, the file is opened in read/write mode, otherwise it is opened in read-only mode.

Syntax

FolderItem.OpenAsBinaryFile [ReadWrite]


Parameters

ReadWrite (Optional)

Boolean


Returns a BinaryStream.